From 18bb4ab9daa52b4c99906c4c35e18695a1f3c14d Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 19 Jan 2011 18:24:26 +0000 Subject: [PATCH] Disable tmem by default for 4.1 release. Although one major source of order>0 allocations has been removed, others still remain, so re-disable tmem until the issue can be fixed properly. Signed-off-by: Tim Deegan --- xen/common/tmem_xen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c index fdf24f3425..4934c427e2 100644 --- a/xen/common/tmem_xen.c +++ b/xen/common/tmem_xen.c @@ -15,7 +15,7 @@ #define EXPORT /* indicates code other modules are dependent upon */ -EXPORT bool_t __read_mostly opt_tmem = 1; +EXPORT bool_t __read_mostly opt_tmem = 0; boolean_param("tmem", opt_tmem); EXPORT bool_t __read_mostly opt_tmem_compress = 0; -- 2.30.2